Auto merge of #3716 - matklad:multi-tests, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 17 Feb 2017 18:38:07 +0000 (18:38 +0000)
committerbors <bors@rust-lang.org>
Fri, 17 Feb 2017 18:38:07 +0000 (18:38 +0000)
Allow to run several integration tests

It's useful to be able to run several, but not all, test targets at once (especially in the IDE, where you want to select a bunch of files and command "run these!"). This seems to work, but obviously needs some tests. `Options` `struct` already supports several targets.


Trivial merge